home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2000 July
/
macformat-092.iso
/
Broderbund Demo
/
DemoData
/
Mathwork
/
MATHWORK.Dxr
/
00865.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-08-22
|
200 b
|
13 lines
on mouseUp
global gDemoState
puppetSound("button1.aif")
updateStage()
if gDemoState = 1 then
exitAutoRun()
else
puppetSprite(48, 0)
mouseLock(1)
go("gobowling")
end if
end